From 7b7ca8ee5c2b2f41b75914395dbb7c543fb1aea4 Mon Sep 17 00:00:00 2001 From: Alex Williamson Date: Thu, 6 Sep 2007 12:35:22 -0600 Subject: [PATCH] [IA64] fix build - missing include Signed-off-by: Alex Williamson --- xen/arch/ia64/xen/mm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/xen/arch/ia64/xen/mm.c b/xen/arch/ia64/xen/mm.c index 32bb23a092..c5b8a3fe3c 100644 --- a/xen/arch/ia64/xen/mm.c +++ b/xen/arch/ia64/xen/mm.c @@ -178,6 +178,7 @@ #include #include #include +#include static void domain_page_flush_and_put(struct domain* d, unsigned long mpaddr, volatile pte_t* ptep, pte_t old_pte, -- 2.30.2